home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Utilitare / remover / remover.exe / {app} / Remover.exe / 0 / RCDATA / TFORMWAITDELAY / TFORMWAITDELAY.txt
Text File  |  2005-01-25  |  1KB  |  63 lines

  1. object formWaitDelay: TformWaitDelay
  2.   Tag = 1
  3.   Left = 444
  4.   Top = 362
  5.   BorderStyle = bsDialog
  6.   BorderWidth = 4
  7.   ClientHeight = 111
  8.   ClientWidth = 295
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object panelButtons: TPanel
  20.     Left = 0
  21.     Top = 75
  22.     Width = 295
  23.     Height = 36
  24.     Align = alBottom
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object buttonOK: TBitBtn
  28.       Left = 200
  29.       Top = 8
  30.       Width = 91
  31.       Height = 25
  32.       TabOrder = 0
  33.       Kind = bkOK
  34.     end
  35.     object buttonCancel: TBitBtn
  36.       Left = 88
  37.       Top = 8
  38.       Width = 91
  39.       Height = 25
  40.       TabOrder = 1
  41.       Kind = bkCancel
  42.     end
  43.   end
  44.   object groupDelay: TGroupBox
  45.     Tag = 1
  46.     Left = 0
  47.     Top = 0
  48.     Width = 295
  49.     Height = 75
  50.     Align = alClient
  51.     Caption = ' Delay: '
  52.     TabOrder = 1
  53.     object trackDelay: TTrackBar
  54.       Left = 16
  55.       Top = 24
  56.       Width = 265
  57.       Height = 33
  58.       TabOrder = 0
  59.       OnChange = trackDelayChange
  60.     end
  61.   end
  62. end
  63.